home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00268.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  169 b   |  10 lines

  1. on exitFrame
  2.   global monitor
  3.   repeat with i = 29 to 32
  4.     puppetSprite(i, 1)
  5.     set the visible of sprite i to 0
  6.   end repeat
  7.   updateStage()
  8.   set monitor to 0
  9. end
  10.